disable click css

35

.avoid-clicks {
  pointer-events: none;
}
document.oncontextmenu = new Function("return false;");
a.isDisabled {
  pointer-events: none;
}

Comments

Submit
0 Comments